home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / General / HoW Developer’s Kit 1.1 / HoWSample / HoWSample.h < prev    next >
Text File  |  1994-03-31  |  575b  |  24 lines

  1. /* HoWSample.h - declarations for Help on Wheels sample application */
  2.  
  3. /* to compile: BuildProgram HoWS */
  4.  
  5. /* - - - - - - - - - - - an AWOL Software Production - - - - - - - - - - - */
  6. /* - - - - - - - - - - - - - (c) 1994 Ross Brown - - - - - - - - - - - - - */
  7. /* - - - - - - - - -  Email:  ab026@freenet.carleton.ca  - - - - - - - - - */
  8.  
  9. #include    "HoWSample.r.h"
  10.  
  11. /* general constants */
  12.  
  13. #define    jokeTag    42
  14. #define    dialogTag    1700
  15. #define    menuTag    1800
  16.  
  17. /* general types */
  18.  
  19. /* file creators and types */
  20.  
  21. #define    tHoWSample    'HoWS'
  22.  
  23. #define    tHoWSamplePreferences    'pref'
  24.